home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 April
/
CHIP CD (4 - 2007).iso
/
beeld
/
3d
/
ArtOfIllusion24-Mac.dmg
/
Art of Illusion
/
ArtOfIllusion.jar
/
bsh
/
commands
/
bind.bsh
< prev
next >
Wrap
Text File
|
2005-05-23
|
209b
|
11 lines
/**
Bind a bsh object into a particular namespace and interpreter
*/
import bsh.This;
import bsh.NameSpace;
bind( bsh.This ths, bsh.NameSpace namespace ) {
This.bind( ths, namespace, this.interpreter );
}